projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daccdf7
)
Update Android port
author
Po Lu
<luangruo@yahoo.com>
Fri, 5 May 2023 02:57:26 +0000
(10:57 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Fri, 5 May 2023 02:57:26 +0000
(10:57 +0800)
* exec/trace.c (SYS_SECCOMP): Define when not present.
exec/trace.c
patch
|
blob
|
history
diff --git
a/exec/trace.c
b/exec/trace.c
index f9dd4d419f48c4a3dbddb3a575891934111b8a63..b765b5cffa4cfb5affab90506fc97e68cebd64bd 100644
(file)
--- a/
exec/trace.c
+++ b/
exec/trace.c
@@
-46,6
+46,10
@@
along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
#include <sys/uio.h> /* for process_vm_readv */
#endif /* HAVE_SYS_UIO_H */
+#ifndef SYS_SECCOMP
+#define SYS_SECCOMP 1
+#endif /* SYS_SECCOMP */
+
\f
/* Program tracing functions.